hip.global.gamedef

Undocumented in source.

Public Imports

hip.event.dispatcher
public import hip.event.dispatcher;
Undocumented in source.
hip.event.handlers.input_listener
public import hip.event.handlers.input_listener;
Undocumented in source.

Members

Functions

HipInput
EventDispatcher HipInput()
Undocumented in source. Be warned that the author may not have intended to support it.
HipInputAPI
IHipInput HipInputAPI()
Undocumented in source. Be warned that the author may not have intended to support it.
HipInputListener
hip.event.handlers.input_listener.HipInputListener HipInputListener()
Undocumented in source. Be warned that the author may not have intended to support it.
HipInputListenerAPI
IHipInputListener HipInputListenerAPI()
Undocumented in source. Be warned that the author may not have intended to support it.
getDefaultFont
HipFont getDefaultFont()
Undocumented in source. Be warned that the author may not have intended to support it.
getDefaultFontWithSize
HipFont getDefaultFontWithSize(uint size)

Use this instead of getDefaultFont.getFontWithSize, as it changes its internal state.

getDefaultTexture
IHipTexture getDefaultTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
loadDefaultAssets
bool loadDefaultAssets(void delegate() onSuccess, void delegate(string cause) onFailure)

This function is callable only once.

Manifest constants

ENGINE_NAME
enum ENGINE_NAME;
Undocumented in source.

Static variables

g_deltaTime
float g_deltaTime;
Undocumented in source.
sys
GameSystem sys;

Globally shared for accessing it on Android Game Thread

Structs

HipDefaultAssets
struct HipDefaultAssets
Undocumented in source.

Variables

SCREEN_HEIGHT
enum int SCREEN_HEIGHT;
Undocumented in source.
SCREEN_WIDTH
enum int SCREEN_WIDTH;
Undocumented in source.

Meta